/* === Адаптив === */
@media (max-width: 1600px) {
    .article-suggestion-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

